nhooyr.io/websocket.Conn.setCloseErr (method)
5 uses
nhooyr.io/websocket (current package)
close.go#L164: c.setCloseErr(fmt.Errorf("sent close frame: %w", ce))
close.go#L280: func (c *Conn) setCloseErr(err error) {
conn.go#L190: c.setCloseErr(fmt.Errorf("read timed out: %w", readCtx.Err()))
read.go#L323: c.setCloseErr(err)
write.go#L395: c.setCloseErr(err)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |